Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / C1ScheduleStorage Class / ExportAsync Method / ExportAsync(Stream,IList<Appointment>,FileFormatEnum) Method
A System.IO.Stream object which specifies the stream into which the appointments's data will be exported.
IList to be exported.
The FileFormatEnum value.

In This Topic
    ExportAsync(Stream,IList<Appointment>,FileFormatEnum) Method
    In This Topic
    Exports the appointments' data to a stream in the specified format.
    Syntax
    'Declaration
     
    
    <AsyncStateMachineAttribute(C1.C1Schedule.C1ScheduleStorage/d__37)> 
    Public Overloads Function ExportAsync( _ 
       ByVal stream As Stream, _ 
       ByVal appointments As IList(Of Appointment), _ 
       ByVal format As FileFormatEnum _ 
    ) As Task
    [AsyncStateMachine(C1.C1Schedule.C1ScheduleStorage/d__37)] 
    public Task ExportAsync( 
       Stream stream, 
       IList<Appointment> appointments, 
       FileFormatEnum format 
    )

    Parameters

    stream
    A System.IO.Stream object which specifies the stream into which the appointments's data will be exported.
    appointments
    IList to be exported.
    format
    The FileFormatEnum value.

    Return Value

    Doesn't have return value.
    See Also